home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIP Turkiye Ocak 1998.iso / ARACLAR / TF95140 / TEKFCT95.EXE / 0 / RCDATA / TTABABOUT / TTABABOUT.txt < prev   
Text File  |  1997-07-12  |  1KB  |  70 lines

  1. object tabAbout: TtabAbout
  2.   Left = 402
  3.   Top = 172
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 213
  7.   ClientWidth = 298
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 281
  19.     Height = 161
  20.     BevelInner = bvRaised
  21.     BevelOuter = bvLowered
  22.     ParentColor = True
  23.     TabOrder = 0
  24.     object ProgramIcon: TImage
  25.       Left = 8
  26.       Top = 8
  27.       Width = 65
  28.       Height = 57
  29.       Picture.Data = {<image000.ico>}
  30.       Stretch = True
  31.       IsControl = True
  32.     end
  33.     object ProductName: TLabel
  34.       Left = 88
  35.       Top = 16
  36.       Width = 51
  37.       Height = 13
  38.       Caption = 'NetCheck '
  39.       IsControl = True
  40.     end
  41.     object Version: TLabel
  42.       Left = 88
  43.       Top = 40
  44.       Width = 53
  45.       Height = 13
  46.       Caption = 'Version 1.1'
  47.       IsControl = True
  48.     end
  49.     object Copyright: TLabel
  50.       Left = 8
  51.       Top = 80
  52.       Width = 186
  53.       Height = 13
  54.       Caption = 'Copyright John Penman, February 1997'
  55.       IsControl = True
  56.     end
  57.   end
  58.   object OKButton: TButton
  59.     Left = 111
  60.     Top = 180
  61.     Width = 75
  62.     Height = 25
  63.     Caption = 'OK'
  64.     Default = True
  65.     ModalResult = 1
  66.     TabOrder = 1
  67.     OnClick = OKButtonClick
  68.   end
  69. end
  70.